home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 3 / PCPP #3.iso / editors / deep / deep.bat < prev    next >
Encoding:
DOS Batch File  |  1996-01-31  |  822 b   |  24 lines

  1. @echo off
  2. echo Be sure that in CONFIG.SYS you have the following set correctly:
  3. echo      HIMEM.SYS, FILES=20 and -NO- QDPMI (QEMM only)
  4. echo You will get Filexxx NOT FOUND messages if FILES is too low a value!
  5. echo --- Use UNIVBE if your video comes up as not supported ---
  6. echo For Windows, you need WINDPMI.386 in SYSTEM.INI, see README.DOC
  7.  
  8. rem -----If you are reading this to find a DEEP.INI, look no further.
  9. rem      There is NO .INI file any longer. Just type DEEP and follow the
  10. rem      onscreen instructions!
  11.  
  12. rem -----This batch file is REQUIRED to build nodes and test levels (registered)
  13.  
  14. DEEP32 -mustexist %1 %2 %3 %4 %5 %6 %7 %8 %9 
  15. :checklevel
  16. if errorlevel 166 goto exit
  17. if errorlevel 101 call DEEPPLAY.BAT
  18. @echo off
  19. del  DEEPPLAY.BAT
  20. DEEP32 -mustexist
  21. goto checklevel
  22. :exit
  23. echo.
  24.